home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / cppmatrx.zip / MATRIX.DAT < prev    next >
Text File  |  1991-02-01  |  440b  |  37 lines

  1.  
  2. Created object Matrix
  3.  
  4. Created object Matrix
  5.  
  6. my_matrix at the beginning of the program.
  7.  
  8. 1 2 3 4 
  9. 5 6 7 8 
  10. 9 10 11 12 
  11. 13 14 15 16 
  12.  
  13. your_matrix at the beginning of the program.
  14.  
  15. 1 1 1 1 
  16. 2 2 2 2 
  17. 3 3 3 3 
  18. 4 4 4 4 
  19.  
  20. my_matrix after the assignment.
  21.  
  22. 1 1 1 1 
  23. 2 2 2 2 
  24. 3 3 3 3 
  25. 4 4 4 4 
  26.  
  27. your_matrix after the assignment
  28.  
  29. 1 1 1 1 
  30. 2 2 2 2 
  31. 3 3 3 3 
  32. 4 4 4 4 
  33.  
  34. Deleted object Matrix
  35.  
  36. Deleted object Matrix
  37.